home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Learning Director.dcr / Internal_16_SS_LessonBody(W2).ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  204 b   |  16 lines

  1. on exitFrame
  2.   if soundBusy(2) then
  3.     go(the frame)
  4.   end if
  5.   if GG(#gPaused) then
  6.     go(the frame)
  7.     if soundBusy(2) then
  8.       sound stop 2
  9.     end if
  10.   end if
  11. end
  12.  
  13. on mouseDown
  14.   MD.Lesson()
  15. end
  16.